home *** CD-ROM | disk | FTP | other *** search
- /* 6/04/93 */
- /* Tymnet connect script 9600 */
- sleep {27}
- sendln {}
- sleep {1}
- sendln {}
- sleep {10}
- set_retries 6
- :START
- send {a}
- set_timeout 18
- receive {please log in:} goto SENDLOGIN
- retry START
- return 29 {No response from TYMNET}
- :SENDLOGIN
- set_retries 14
- :SENDLOGIN1
- sendln {prodigy}
- set_timeout 50
- receive {connect} goto END
- retry SENDLOGIN1
- return 46 {Can not access host}
- :END
-